@charset "utf-8";

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@font-face {
	font-family: 'siyuan';
	src: url('../../fonts/siyuan.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'be';
	src: url('../../fonts/BEBAS.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'eng';
	src: url('../../fonts/eng.ttf');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0 auto;
}

body {
	overflow-x: hidden;
	font-family: "SimHei";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
	margin: 0;
	line-height: 1;
}

p {
	line-height: 1.5;
}

a,
a:visited {
	text-decoration: none;
}

li {
	list-style: none;
}

ul,
li,
ol {
	margin: 0;
	padding: 0;
}

fieldset,
input,
button,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

input[type='radio'] {
	-webkit-appearance: radio;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.img {
	max-width: 100%;
	height: auto;
	display: block;
}

.img2 {
	max-height: 100%;
	width: auto;
}

.trans {
	-moz-transition: all ease .8s;
	-webkit-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
}

.trans04 {
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.trans2 {
	-moz-transition: all ease 2s;
	-webkit-transition: all ease 2s;
	-o-transition: all ease 2s;
	transition: all ease 2s;
}

.transcalxzero {
	transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.transcaletop {
	transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}

.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 31%;
}

.bg0 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.absolute {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.abs {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.flex {
	display: box;
	/* OLD - Android 4.4- */
	display: flexbox;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	align-items: center;
	overflow: hidden;
}


/*公共*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.c12 {
	width: 1200px;
	margin: auto;
}

.cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contain {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

a,
.tran,
img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.tran5 {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pic {
	transition: all 2s;
	-webkit-transition: all 2s;
}

.pic.cover {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.pic.contain {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.contain {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/*图片放大*/
.big-img {
	width: 100%;
	height: 100%;
	animation: changeBiger 10s cubic-bezier(0, 0, 0, 0.34) forwards;
	transform: scale(1.08);
}
.hidden{
	display: none;
}
.dowebok {width: 100%;margin: 100px auto;font-size: 0;background: #2f2f2f;}
.dowebok img { margin-left: 10px; vertical-align: top;}
header {
	overflow: hidden;
}

header .logo {
	float: left;
	width: 20%;
	height: 170px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

header .lang {
	float: right;
	overflow: hidden;
	height: 170px;
	line-height: 170px;
	width: 20%;
	text-align: center;
}

header .lang a {
	display: inline-block;
	width: 44px;
	height: 44px;
	border: 1px solid #fff;
	border-radius: 100%;
	vertical-align: middle;
	margin: 0 10px;
}

header .lang a.eng {
	background: url(../../images/eng.png) center center no-repeat;
	background-size: 36px 36px;
}

header .lang a.chn {
	background: url(../../images/chn.png) center center no-repeat;
	background-size: 36px 36px;
}

header .lang a.on,header .lang a:hover {
	border: 1px solid #ef8506;
}

header nav {
	float: right;
	max-width: 60%;	display: flex;
}

header nav a {
	display: block;
	height: 170px;
	line-height: 170px;
	position: relative;
	width: 125px;
	float: left;
	text-align: center;
	margin-left: 20px;
	color: #000;
}

header nav a:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 6px;
	background: #ef8200;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

header nav a:hover:after,
header nav a.on:after {
	width: 100%;
}

.swiper_01 {
	overflow: hidden;
}

.swiper_01 .swiper-slide {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 45%;
}

.swiper_01 .swiper-slide .left {
	position: absolute;
	z-index: 2;
	left: 4.5%;
	bottom: 15%;
	color: #fff;
}

.swiper_01 .swiper-slide .left p {
	letter-spacing: 8px;
	font-family: simhei;
	margin-bottom: 20%;
}
.swiper_01 .swiper-slide .left h2{
	margin-bottom: 10%;
	font-size: 36px;
}
.prev-01,.prev-02{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	text-align: center;
	background: #ef8200;
	line-height: 50px;
	color: #fff;
	z-index: 99;
	border-radius: 100%;
	left: 95px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	outline: none;
	cursor: pointer;
}
.prev-01:hover,.prev-02:hover,.next-01:hover,.next-02:hover{
	background: #fff;
	color: #ef8200;
}
.next-01,.next-02{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	text-align: center;
	background: #ef8200;
	line-height: 50px;
	color: #fff;
	z-index: 99;
	border-radius: 100%;
	right: 95px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	outline: none;
}
.next-01{
	bottom: 15%;
	top: auto;
	transform: translate(0,0);
}
.prev-01{
	bottom: 15%;
	left: auto;
	right: 220px;
	top: auto;
	transform: translate(0,0);
}
.swiper_01 .right{
	display: none;
}

section .more {
	width: 85px;
	height: 85px;
	background: #ef8200;
	display: block;
	position: relative;
	overflow: hidden;
}

section .more span {
	position: relative;
	z-index: 2;
	padding: 10px;
	overflow: hidden;
	display: block;
	font-size: 18px;
	line-height: 15px;
	color: #fff;
}

section .more:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 10px;
	width: 2px;
	height: 10px;
	background: #fff;
}

section .more:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: translate(100%, 100%);
}

section .more:hover:before {
	transform: translate(0, 0);
}

section .more:hover span {
	color: #ef8200;
}

section .more:hover:after {
	background: #ef8200;
}

.swiper_01 .right {
	right: 4.5%;
	bottom: 15%;
	z-index: 2;
	position: absolute;
	color: #fff;
	font-family: simhei;
	width: 200px;
	padding-bottom: 15px;
}

.swiper_01 .right:before {
	content: "";
	height: 2px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ef8200;
	position: absolute;
}

.swiper_01 .right .jt {
	float: right;
	width: 36px;
	height: 36px;
	background: #ef8200;
	border-radius: 100%;
	position: relative;
	text-align: center;
	line-height: 34px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.swiper_01 .right .jt:hover{
	background: #fff;
}
.swiper_01 .right .jt:hover:before{
	color: #ef8200;
}
.swiper_01 .right .txt {
	float: left;
}

.index-about {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #cccccc;
}

.index-about .right {
	margin-left: 20%;
	padding: 3% 10%;
	position: relative;
}

.index-about .right .more {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 70px;
}

.index-about .right .txt {
	position: relative;
}

.index-about .right p {
	font-family: simhei;
	margin-top: 5px;
}

.index-about .right .des {
	margin-top: 3%;
	font-family: simsun;
	font-size: 14px;
	opacity: .5;
	line-height: 30px;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-about .left {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	/* background-color: #0f3465; */
	background-color: #fff;
	z-index: 1;
	width: 20%;
}

.index-pro {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.pro-detail{
	padding: 0 10%;
}

.index-pro .pro-swiper{
	overflow: hidden;
}
.index-pro .pro-swiper .swiper-slide{
	position: relative;
	overflow: hidden;
}
.index-pro .pro-swiper .swiper-slide .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 120%;
}
.index-pro .left {
	width: 80%;
	overflow: hidden;
}

.index-pro .left li {
	width: 33.33%;
	float: left;
	overflow: hidden;
	padding: 5% 3%;
}

.index-pro .left li .title {
	text-align: center;
	word-break: break-all;
	text-overflow: ellipsis;
	white-space: no-wrap;
	font-family: simhei;
	color: #000;
}

.index-pro .left li .pic-w {
	padding-bottom: 90%;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 5%;
}
.index-pro .left li .pic{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.index-pro .left li:hover .pic {
	transform: scale(1.1);
}

.index-pro .right {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	z-index: 1;
	width: 20%;
	border-left: 1px solid #ccc;
}

.index-pro .right a {
	height: 50%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.index-pro .right a .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 60%;
}

.index-pro .right a .txt .line {
	width: 100%;
	height: 9px;
	background-image: url(../../images/line.png);
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30%;
}

.index-pro .right a .txt p {
	font-family: simhei;
}

.index-pro .right a .txt h1,
.index-pro .right a .txt p {
	opacity: .5;
	color: #000;
}

.index-pro .right a:last-child {
	top: auto;
	bottom: 0;
	border: none;
}

.index-pro .right a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ef8200;
	z-index: 1;
	transform: translate(100%, 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.index-pro .right a:hover:after {
	transform: translate(0, 0);
}

.index-pro .right a:hover .txt h1,
.index-pro .right a:hover .txt p {
	color: #fff;
	opacity: 1;
}

.index-pro .right a:hover .line {
	background-image: url(../../images/line2.png);
}

.index-p-list {
	overflow: hidden;
}

.index-p-list li {
	float: left;
	width: 16.666%;
	position: relative;
	padding-bottom: 15%;
	border-left: 1px solid #ccc;
	overflow: hidden;
}

.index-p-list li .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 60%;
}

.index-p-list li .txt .line {
	width: 100%;
	height: 9px;
	background-image: url(../../images/line.png);
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 40%;
}

.index-p-list li .txt p {
	font-family: simhei;
}

.index-p-list li .txt h1,
.index-p-list li .txt p {
	opacity: .5;
	color: #000;
}

.index-p-list li .txt h2 {
	font-weight: bold;
	color: #000;
	opacity: .5;
	padding-bottom: 10px;
}

.index-p-list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ef8200;
	z-index: 1;
	transform: translate(100%, 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.index-p-list li:hover:after {
	transform: translate(0, 0);
}

.index-p-list li:hover .txt h1,
.index-p-list li:hover .txt p,
.index-p-list li:hover .txt h2 {
	color: #fff;
	opacity: 1;
}

.index-p-list li:hover .line {
	background-image: url(../../images/line2.png);
}

.swiper_02 {
	width: 100%;
	overflow: hidden;
}

.swiper_02 .swiper-slide {
	overflow: hidden;
	position: relative;
}

.swiper_02 .swiper-slide .pic-w {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 52%;
}
.swiper_02 .swiper-slide:hover .pic{
	transform: scale(1.1);
}

.swiper_02 .swiper-slide .txt {
	position: absolute;
	width: 80%;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #fff;
	padding: 3% 10%;
	font-family: simhei;
}

.swiper_02 .swiper-slide .txt .title {
	margin-top: 20px;
	padding-top: 20px;
	position: relative;
}

.swiper_02 .swiper-slide .txt .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 15px;
	background: #ef8200;
}

.swiper_02 .swiper-slide .txt .des {
	opacity: .5;
	font-size: 14px;
	margin-top: 20px;
	word-break: break-all;
	text-overflow: ellipsis;
	white-space: no-wrap;
}

.swiper_02 .swiper-slide .txt .right {
	background: #1a4988;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 25%;
}

.swiper_02 .swiper-slide .txt .right .main {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	position: absolute;
	font-family: simhei;
	padding-bottom: 15px;
	color: #fff;
	width: 50%;
}

.swiper_02 .swiper-slide .txt .right .main .word {
	float: left;
}

.swiper_02 .swiper-slide .txt .main:before {
	content: "";
	height: 2px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ef8200;
	position: absolute;
}

.swiper_02 .swiper-slide .txt .right .jt {
	float: right;
	width: 36px;
	height: 36px;
	background: #ef8200;
	border-radius: 100%;
	position: relative;
	text-align: center;
	line-height: 34px;
}

.swiper_02 .swiper-slide .txt .right .txt {
	float: left;
}

.index-news li {
	overflow: hidden;
	position: relative;
}

.index-news .right {
	margin-left: 20%;
	padding: 3% 10%;
	position: relative;
	border-top: 1px solid #ccc;
}

.index-news .right .more {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 70px;
}

.index-news .right .txt {
	position: relative;
}

.index-news .right p {
	font-family: simhei;
	margin-top: 5px;
}

.index-news .right .des {
	margin-top: 3%;
	font-family: simsun;
	font-size: 14px;
	opacity: .5;
	line-height: 30px;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;	width: 80%;
}

.index-news .left {
	background: #1a4988;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 20%;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
}
.index-news .left:hover{
	background: #ef8200;
}
.index-news .left:hover .main:before{
	background: #fff;
}
.index-news .left:hover .jt{
	background: #fff;
	color: #ef8200;
}
.index-news .left .main {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	position: absolute;
	font-family: simhei;
	padding-bottom: 15px;
	color: #fff;
	width: 50%;
}

.index-news .left .main .word {
	float: left;
}

.index-news .left .main:before {
	content: "";
	height: 2px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ef8200;
	position: absolute;
}

.index-news .left .jt {
	float: right;
	width: 36px;
	height: 36px;
	background: #ef8200;
	border-radius: 100%;
	position: relative;
	text-align: center;
	line-height: 34px;
}
.index-news .left .jt:hover,.swiper_02 .swiper-slide .txt .right .jt:hover{
	background: #fff;
}
.index-news .left .jt:hover:before,.swiper_02 .swiper-slide .txt .right .jt:hover:before{
	color: #ef8200;
}
.index-news .left .right .txt {
	float: left;
}

.index-part {
	overflow: hidden;
	border-top: 1px solid #ccc;
}

.index-part li {
	width: 20%;
	float: left;
	/* border-right: 1px solid #ccc; */
	border: 1px solid #ccc;
	padding: 5.5% 1%;
}

.index-part li .pic-w {
	position: relative;
	width: 70%;
	overflow: hidden;
	padding-bottom: 30%;
	margin: auto;
}

.index-part li:hover .pic {
	transform: scale(1.1);
}
.index-part li:hover{
	border:1px solid #ef8200;
}

footer {
	overflow: hidden;
	padding: 4.5% 4.5% 0 4.5%;
	/* background: #0f3465; */
	background: #2964b1;
}

footer .bot {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-family: "simsun";
	color: #fff;
	border-top: 1px solid #3f5d84;
	padding: 3% 0;
}

footer .bot a,
footer .bot span {
	color: #fff;
	opacity: .5;
}

footer .bot a:hover {
	opacity: 1;
}

footer .top {
	/* overflow: hidden; */
	margin-bottom: 2%;
}footer .top:after{
	content: "";
	display: block;
	clear: both;
}

footer .top .right {
	float: right;
	width: 65%;
}

footer .top nav {
	overflow: hidden;
}

footer .top nav a {
	display: block;
	margin-bottom: 35px;
	color: #fff;
	font-size: 16px;
	opacity: .5;
	font-family: "microsoft yahei";
}

footer .top nav li {
	float: left;
	margin-right: 8%;
}

footer .top nav li a.big {
	position: relative;
	opacity: 1;
	padding-bottom: 45px;
	margin-bottom: 45px;
}

footer .top nav li a.big:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 1px;
	background: #879ab2;
}

footer .top nav li a:hover {
	opacity: 1;
}

footer .top nav li:last-child {
	margin-right: 0;
}

footer .top .share {
	float: right;
	overflow: hidden;
}

footer .top .share h1 {
	font-size: 14px;
	font-family: simsun;
	color: #fff;
	margin-bottom: 35px;
}

footer .top .share a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 100%;
	opacity: .5;
	margin-right: 20px;
}

footer .top .left {
	float: left;
	width: 25%;
}
.link-m {
	clear: both;
	margin-top: 10%;
}
.link-m .link {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-indent: 15px;
	background: #fff;
	margin: auto;
	color: #444444;
	position: relative;
}

.link-m p {
	height: 45px;
	line-height: 45px;
	border: 1px solid #b7c2d1;
	background: #2964b1;
	color: #fff;
}

.link-m .link .button {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0px;
	cursor: pointer;
	height: 45px;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 50px;
	text-indent: 0;
}
.link-m .link .button img{
	vertical-align: top;
}

.link-m .link ul {
	position: absolute;
	z-index: 1;
	width: 100%;
	background: #fff;
	bottom: 101%;
	left: 0;
	display: none;
}

.link-m .link ul li {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
}

.link-m .link ul li a {
	color: #444;
	display: block;
}

.link-m .link ul li:hover {
	background: #2d95bc;
}

.link-m .link ul li:hover a {
	color: #fff;
}

.rot {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari å’Œ Chrome */
	-o-transform: rotate(180deg);
}
footer .top .left .ewm{
	overflow: hidden;
	margin-top: 30%;
}
footer .top .left .ewm .box{
	float: left;
	text-align: center;
	color: #fff;
	margin-right: 10%;
}
footer .top .left .ewm .box img{
	display: block;
	width: 95px;
	height: 95px;
	margin:auto
}

footer .top .left .ewm .box p{
	text-align: center;
	font-size: 14px;
	font-family: simsun;
	margin-top: 20px;
}
.index-banner{
	position: relative;
	overflow: hidden;
	padding-bottom: 30%;
}
.inner-main{
	padding: 5% 12%;
}
.inner-main .index-part{
	border-left: 1px solid #ccc;
}
.inner-main .main-title{
	text-align: center;
	overflow: hidden;
	color: #050505;
	margin-bottom: 6%;
}
.inner-main .main-title h1{
	letter-spacing: 5px;
}
.inner-main .main-title .line{
	margin:auto;
	margin-top: 30px;
	width: 75px;
	height: 3px;
	background: #918b8a;
}
.inner-case{
	overflow: hidden;
}
.inner-case li{
	float: left;
	width: 32%;
	overflow: hidden;
	border:1px solid #000;
	margin:0 2% 2% 0;
}
.inner-case li:nth-child(3n){
	margin-right: 0;
}
.inner-case li .pic-w{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 60%;
}
.inner-case li p{
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #e2e2e2;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.inner-case li:hover .pic{
	transform: scale(1.1);
}
.inner-case li:hover p{
	background: #113567;
	color: #fff;
}
.page-list{
	text-align: center;
}
.page-list a{
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #666;
	vertical-align: top;
}
.page-list a:hover,.page-list a.on{
	background: #113567;
	color: #fff;
	font-size: 16px;
}
.inner-hj{
	overflow: hidden;
}
.inner-hj .big-title{
	padding: 3%;
	background: #113567;
}
.inner-hj .big-title h1{
	letter-spacing: 5px;
	text-align: center;
	color: #fff;
}
.inner-hj .big-title .line{
	margin:auto;
	margin-top: 30px;
	width: 75px;
	height: 3px;
	background: #889ab3;
}
.inner-hj .big-title .des{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-family: "microsoft yahei";
	width: 80%;
	margin:auto;
	margin-top: 30px;
}
.inner-hj .hj-list{
	padding: 5% 12%;
	overflow: hidden;
}
.inner-hj .hj-list ul:after{
	content: "";
	clear: both;
	display: block;
}
.inner-hj .hj-list li{
	float: left;
	width: 30%;
	overflow: hidden;
	position: relative;
	margin:0 5% 5% 0;
}
.inner-hj .hj-list li:nth-child(3n){
	margin-right: 0;
}
.inner-hj .hj-list li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 135%;
}
.inner-hj .hj-list li .txt{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	background: url(../../images/op.png);
	color: #fff;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.inner-hj .hj-list li .txt h1{
	position: absolute;
	top: 5%;
	width: 100%;
	text-align: center;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.inner-hj .hj-list li .txt .line{
	position: absolute;
	top: 45%;
	width: 100%;
	text-align: center;
	width: 35px;
	height: 5px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
}
.inner-hj .hj-list li .txt .des{
	position: absolute;
	top: 82%;
	width: 100%;
	text-align: center;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	transition: all 1s;
	-webkit-transition: all 1s;
}
.inner-hj .hj-list li:hover .txt{
	top: 0;
}
.inner-hj .hj-list li:hover .txt h1{
	top: 35%;
}
.inner-hj .hj-list li:hover .txt .des{
	top: 52%;
}
.inner-hj .hj-list li:hover .pic{
	transform: scale(1.1);
}
.video-box{
	position: relative;
	overflow: hidden;
	width: 76%;
	margin:2% auto;
}
.video-box video{
	object-fit:fill;
}
.video-box .play{
	width: 67px;
    height: 67px;
    position: absolute;
    z-index: 3;
    background: url(../../images/play.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-box .zz{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.inner-nav{
	width: 100%;
	display: flex;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.inner-nav a{
	display: block;
	width: 50%;
	overflow: hidden;
	text-align: center;
	color: #999;
	border-right:1px solid #999;
	height: 85px;
	line-height: 85px;
	font-size: 18px;
}
.inner-nav a:last-child{
	border:none;
}
.inner-nav a:hover,.inner-nav a.on{
	background: #f18200;
	color: #fff;
	border-color: #f18200;
}
.js-main{
	padding: 5% 12%;
}
.js-main .title{
	overflow: hidden;
}
.js-main .title h2{
	font-size: 12px;
	margin-top: 15px;
	font-family: arial;
	opacity: .5;
}
.js-main .title .line{
	width: 20px;
	height: 2px;
	background: #f18200;
	margin:30px 0;
}
.js-main .des{
	overflow: hidden;
}
.js-main .des p{
	font-family: simsun;
	font-size: 14px;
	opacity: .7;
	line-height: 30px;
	word-break:normal;
	margin-bottom: 1%;
	text-indent: 25px;
}
.honor-main .main-top{
	padding: 5% 12%;
	background: #284976;
}
.honor-main .title{
	color: #fff;
}

.honor-main .title{
	overflow: hidden;
}
.honor-main .title h2{
	font-size: 12px;
	margin-top: 15px;
	font-family: arial;
	opacity: .5;
}
.honor-main .title .line{
	width: 20px;
	height: 2px;
	background: #fff;
	margin:30px 0;
}
.honor-main .des{
	font-size: 14px;
	font-family: simsun;
	color: #fff;
	opacity: .7;
	line-height: 25px;
}
.honor-main .main-slide{
	padding: 5% 12%;
	overflow: hidden;
}
.honor-main .main-slide .swiper-slide{
	width: 100%;
	width: 32%;
	float: left;
	margin:0 2% 2% 0;
}
.honor-main .main-slide .swiper-slide:nth-child(3n){
	margin-right: 0;
}
.honor-main .main-slide .swiper-slide .pic-w{
	padding-bottom: 139%;
	position: relative;
	overflow: hidden;
	border:1px solid #000;
}
.honor-main .main-slide .swiper-slide p{
	font-size: 18px;
	text-align: center;
	font-family: simhei;
	margin-top: 20px;
}
.honor-main .main-slide .swiper-slide:hover .pic{
	transform: scale(1.1);
}
.js-main .wh-main{
	overflow: hidden;
}
.js-main .wh-main li{
	width: 50%;
	overflow: hidden;
	position: relative;
	float: left;
}
.js-main .wh-main li .pic-w{
	position: relative;
	width: 100%;
	padding-bottom: 48%;
}
.js-main .wh-main li .zz1{
	position: absolute;
	z-index: 2;
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .3;
}
.js-main .wh-main li .eng1{
	position: absolute;
	color: #f18200;
	font-family: arial;
	z-index: 3;
	top: 15%;
	width: 100%;
	text-align: center;
	line-height: 35px;
	transition: all 0.4s;
	-webkit-transition:all 0.4s
}
.js-main .wh-main li .title{
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	z-index: 3;
	font-family: simhei;
	top: 55%;
	overflow: visible;
	transition: all 0.4s;
	-webkit-transition:all 0.4s
}
.js-main .wh-main li .title:after{
	content:"";
	position: absolute;
	width: 26px;
	height: 3px;
	background: #fff;
	bottom: -25px;
	left: 50%;
	margin-left: -13px;
}
.js-main .wh-main li .title:before{
	content:"";
	position: absolute;
	width: 26px;
	height: 3px;
	background: #fff;
	top: -25px;
	left: 50%;
	margin-left: -13px;
}
.js-main .wh-main li .des{
	position: absolute;
	top: 105%;
	z-index: 3;
	width: 80%;
	left: 10%;
	text-align: center;
	transition: all 0.6s;
	-webkit-transition:all 0.6s
}
.js-main .wh-main li .des h1{
	color: #f18200;
	margin-bottom: 5%;
}
.js-main .wh-main li .des p{
	font-size: 18px;
	font-family: simsun;
	font-size: 18px;
	color: #fff;
	opacity: 1;
}
.js-main .wh-main li .des .line{
	width: 80px;
	height: 2px;
	background: #fff;
	margin:auto;
	margin-top: 5%;
}
.js-main .wh-main li .zz2{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background: url(../../images/op.png);
	left: 0;
	top: 100%;
	transition: all 0.4s;
	-webkit-transition:all 0.4s
}
.js-main .wh-main li:hover .zz2{
	top: 0;
}
.js-main .wh-main li:hover .eng1{
	top: -100%;
}
.js-main .wh-main li:hover .title{
	top: 20%;
}
.js-main .wh-main li:hover .title:before{
	display: none;
}
.js-main .wh-main li:hover .des{
	top: 50%;
}
.news-list{
	padding: 5% 12%;
	overflow: hidden;
}

.news-list li{
	overflow: hidden;
	position: relative;
	margin-bottom: 2%;
	border-bottom: 1px solid #000;
}
.news-list li .right{
	width: 50%;
	float: right;
	padding: 4.5%;
	color: #000;
	font-family: "simsun";
	position: relative;
	background: #eceff3;
}
.news-list li .right h2{
	font-family: "siyuan";
	margin-bottom: 4%;
}
.news-list li .right p{
  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  line-height: 30px;
  height: 60px;
}
.news-list li .right .time{
	float: right;
	margin-top: 25%;
}
.news-list li .pic-w{
	width: 50%;
	position: absolute;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
}
.news-list li .right .line{
	position: absolute;
	bottom: 18%;
	left: 10%;
	height: 11px;
	width: 20%;
	background: url(../../images/line.png) right center no-repeat;
	z-index: 1;
}
.news-list li .pic-w .pic{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.news-list li:hover .pic{
	transform: scale(1.2);
}
.news-list li:hover .right{
	background: #113567;
	color: #fff;
}
.news-list li:hover .right .line{
	background: url(../../images/line2.png) right center no-repeat;
	width: 25%;
}

.news-detail{
	/*overflow: hidden;*/
	padding:0 4.5%;
}
.news-detail .title{
	position: relative;
	/*border: 1px solid #0b0b0b;*/
    padding: 3% 8%;
    overflow: hidden;
    margin-top: -4%;
    background: #fff
}
.news-detail .title .left{
	float: left;
}
.news-detail .title h1{
	font-family: "siyuan";
	margin-bottom: 10px;
}
.news-detail .title p{
	font-size: 12px;
	opacity: .7;
	font-family: arial;
}
.news-detail .right{
	font-family: "simsun";
	float: right;
	margin-top: 1.5%;
}
.news-detail .detail{
    margin: 0% 8%;
    padding-bottom: 4%;
    border-bottom: 1px solid #b2b2b2;
}
.news-detail .detail img{
	display: block;
	margin:2% auto;
	max-width: 100%;
}
.news-detail .detail p{
	/* opacity: .7; */
	font-family: "simsun";
	line-height: 30px;
	margin-bottom: 2%;
	font-size: 14px;
}
.news-detail .bot{
	padding: 0% 8%;
	margin-top: 4%;
	overflow: hidden;
	margin-bottom: 4%;
}
.news-detail .bot .left{
	float: left;
	overflow: hidden;
}
.news-detail .bot .left a{
	display: block;
	font-size: 14px;
	color: #000;
	font-family: "simsun";
	line-height: 30px;
}
.news-detail .bot .left a:hover{
	color: #113567;
}

.news-detail .bot .links{
	float: right;
	overflow: hidden;
	margin-top: 1%;
}

.news-detail .bot .links a {
	display: block;
	float: left;
	width: 38px;
	height: 38px;
	margin-left: 25px;
	opacity: .8;
	border:1px solid #707070;
	border-radius: 100%;
	color: #707070;
	text-align: center;
	line-height: 36px;
}

.news-detail .bot a:hover{
	opacity: 1;
}

#sidebar_product li{  padding: 40px 0; font-size: 14px; letter-spacing: 2px;float: left;margin-left: 5%;}
#sidebar_product li img.icon{ display: block; width:100px; height:55px; margin-top: 20px; background-repeat: no-repeat; }
#sidebar_product li a{ color: #565656;font-size: 16px;font-family: simhei; }
#sidebar_product li a:hover,
#sidebar_product li.active a{ color: #e29f5c; text-decoration: none; }
#sidebar_product li a:hover img.icon,
#sidebar_product li.active a img.icon{background-position: 0 -100px;}
.cp-swiper{
	overflow: hidden;
	position: relative;
	border-top: 3px solid #113567;
	border-bottom: 3px solid #113567;
}
.cp-swiper .swiper-slide{
	width: 100%;
	padding-bottom: 29%;
	overflow: hidden;
}
.cp-swiper .prev{
	position: absolute;
	width: 40px;
	height: 40px;
	background: #f08300;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	top: 50%;
	margin-top: -20px;
	left: 8.5%;
	z-index: 3;
	border-radius: 100%;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}
.cp-swiper .next{
	position: absolute;
	width: 40px;
	height: 40px;
	background: #f08300;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	top: 50%;
	margin-top: -20px;
	right: 8.5%;
	z-index: 3;
	border-radius: 100%;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}
.cp-swiper .prev:hover,.cp-swiper .next:hover {
	background: #113567;
}

#insider_main .padder{ padding: 0 50px; }

.text_wrap,
.list_wrap{ min-height:300px; }


.product_cat_wrap{ height:448px; position: relative; overflow: hidden; letter-spacing: 0.5em; }
.product_cat_wrap~.product_cat_wrap{ margin-top: 10px; }
.product_cat_bg_left,
.product_cat_bg_right { height: 100%; width: 50%; position: absolute; top:0; z-index:1; }
.product_cat_bg_left { background: #fcfcfc; left:0; margin-left:-5px; }
.product_cat_bg_right { background:  #fcfcfc; right:0; margin-right: -5px; }
.product_cat_bg_left.active { background:  #dde5ee; }
.product_cat_bg_right.active { background:  #dde5ee; }
.product_cat{ position: relative; z-index:2; height:100%; }
.product_cat_left,
.product_cat_right{ width:645px; height:100%; background-repeat: no-repeat; background-position: center center; }
.product_cat_left{ float: left; }
.product_cat_right{ float: right; }

.product_cat .padder{ padding:90px; }
.product_cat .main_title,
.product_cat .sub_title,
.product_cat .delimiter{ width:220px; }
.product_cat .main_title{ font-size:24px; padding-bottom: 20px;width:430px; }
.product_cat .delimiter{ height:1px; background:#a1a1a1; margin: 15px 0; }
.product_cat .sub_title{ font-size:16px; /*hkuc_20160817[*/width:250px;/*]*/ }
.product_cat .sub_title,
.product_cat .sub_title a{ color: #f08519;  }
.product_cat .sub_title a{ word-break: keep-all; white-space: nowrap; }
.product_cat .sub_title a+a{ margin-left: 1em; }
.product_cat .sub_title a:hover,
.product_cat .sub_title a.active{ color: #245eaa; text-decoration: none; }
.product_cat_left, .product_cat_right{
	background-position: bottom;
}
.product_cat_left .padder, .product_cat_right .padder{
	padding-top: 20px;
}
.product_cat_content{ padding-bottom:60px; display: none; }
.product_cat_content .item{ width: 300px; padding: 0 174px; margin: 45px 0; box-sizing: content-box;float: left;	}
.product_cat_content .item:nth-child(odd){
	border-right:1px solid #ddd;
}
.product_cat_content .item_left { float: left;  }
.product_cat_content .item_right { float: right }
.product_cat_content .item .main_title{ font-size:26px; }
.product_cat_content .item .delimiter{ height:1px; background: #ddd; margin:5px 0 20px; }
.product_cat_content .item .sub_title{  }

.product_cat_content a.close{ display: block; font-size:14px; color: #7f7e7e; width:4em; text-align: center; padding-top: 45px; margin:auto; background: url("../../images/product_close.png") no-repeat top center; }
.product_cat_content a.close:hover{ cursor: pointer; text-decoration: none;  background: url("../../images/product_close2.png") no-repeat top center;color: #f08519;}


.product_cat_more{ line-height: 70px; font-size: 16px; }
.product_cat_more a{ display: block; width: 100%; height:100%; background: #eeeded; text-align: center }
.product_cat_more a:hover{ background: #c5c2c2; cursor: pointer; text-decoration: none; }


.line_wrap { min-width: 1300px; }
.list_wrap .line { width:1300px; margin-left:auto; margin-right:auto; }


.mouse{
	position: absolute;
    bottom:6%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 3;
	color: #fff;
}
.mouse .p2{
	animation: linkmove 0.5s ease-in-out infinite alternate;
    -webkit-animation: linkmove 1s ease-in-out infinite alternate;
} 
 .mouse .p1{
	margin-top: 22px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

@keyframes linkmove{
  0%{transform:translateY(0);}
  100%{transform:translateY(15px);}
}
@-webkit-keyframes linkmove{
  0%{transform:translateY(0);}
  100%{transform:translateY(15px);}
}

.cont{
	width: 1200px;
	margin:auto;
	overflow: hidden;
}
.cont .title{
	margin-top: 100px;
	text-align: center;
	font-family: "microsoft yahei";
}
.cont .title h1.ls{
	letter-spacing: 8px;
}
.cont .title .line{
	width: 80px;
	height: 7px;
	margin:auto;
	margin-top:15px;
	margin-bottom: 10px;
	background: #113567;
}
.cont .title p{
	font-family:arial;
	font-size: 18px;
	line-height: 1;
}
.cont .title p span{
	color: #113567;
	margin-right: 5px;
}
.cont .map{
	margin-top: 80px;
	position: relative;
}
.cont .map .left{
	width: 60%;
	overflow: hidden;
}
.cont .map .right{
	position: absolute;
	width: 40%;
	height: 100%;
	top: 0;
	right: 0;
	background: #f5f5f4;
	z-index: 1;
	text-align: center;
}
.cont .map .right .txt{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 400px;
}
.cont .map .right h1{
	color: #113567;
	border-bottom: 1px solid #939392;
	display: inline-block;
	padding-bottom: 50px;
	font-family: "microsoft yahei";
	margin-bottom: 40px;
}
.cont .map .right p{
	text-align: left;
	font-size: 18px;
	color: #000;
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	font-family: "microsoft yahei";
}
.cont .map .right p span{
	display: inline-block;
	width: 21px;
	height: 21px;
	float: left;
	margin-right: 25px;
}
.cont .map .right p span.wx{
	background: url(../../images/wx.png) center center no-repeat;
}
.cont .map .right p span.tel{
	background: url(../../images/tel.png) center center no-repeat;
}
.cont .map .right p span.add{
	background: url(../../images/add.png) center center no-repeat;
}
.cont .ly {
	margin-top: 80px;
}
.cont .ly .top ul{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.cont .ly .top li{
	border:1px solid #666666;
	width: 350px;
	overflow: hidden;
}
.cont .ly .top li span{
	float: left;
	width: 66px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
}
.cont .ly .top li input{
	width: 280px;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-family: "microsoft yahei";
}
.cont .ly .top li span.user{
	background-image: url(../../images/user.png);
}
.cont .ly .top li span.mail{
	background-image: url(../../images/mail.png)
}
.cont .ly .top li span.tel{
	background-image: url(../../images/tel2.png)
}
.cont .ly .box{
	margin-top: 50px;
	position: relative;
}
.cont .ly textarea{
	width: 100%;
	border:1px solid #666666;
	line-height: 50px;
	font-size: 24px;
	text-indent: 70px;
	position: relative;
	padding:0 10px;
	resize: none;
}
.cont .ly .box:before{
	content: "";
	position: absolute;
	width: 33px;
	height: 33px;
	background: url(../../images/txt.png);
	top: 10px;
	left: 20px;
	z-index: 1;
}

.cont .ly .box:focus:before{
	display: none;
}
.cont .ly button{
	height: 70px;
	line-height: 68px;
	background: #113567;
	border:1px solid #113567;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
	color: #fff;
	font-size: 36px;
	display: block;
	width: 100%;
	text-align: center;
	letter-spacing: 8px;
	margin:80px 0;
}
.cont .ly button:hover{
	background: #fff;
	color: #113567;
}
.bdshare-button-style0-16 a{
	margin: 0 0 0 25px !important;
	background-image: none !important;
	padding: 0 !important;
	font-size: 18px !important;
}

.index-about .right .txt h1,.swiper_02 .swiper-slide .txt h1,.index-news .right .txt h1,.index-news .left .main .word h1,.js-main .title h2,.cont .title p,section .more,.swiper_01 .swiper-slide .left h1{
	font-family: "be";
}